home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / proto / expansion.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  559b  |  26 lines

  1. #ifndef PROTO_EXPANSION_H
  2. #define PROTO_EXPANSION_H
  3.  
  4. #ifndef DOS_FILEHANDLER_H
  5. #include <dos/filehandler.h>
  6. #endif /* !DOS_FILEHANDLER_H */
  7. #ifndef LIBRARIES_CONFIGVARS_H
  8. #include <libraries/configvars.h>
  9. #endif /* !LIBRARIES_CONFIGVARS_H */
  10.  
  11. #include <clib/expansion_protos.h>
  12.  
  13. #ifdef __GNUC__
  14. #include <inline/expansion.h>
  15. #endif /* __GNUC__ */
  16.  
  17. #ifndef __NOLIBBASE__
  18. extern struct ExpansionBase *
  19. #ifdef __CONSTLIBBASEDECL__
  20. __CONSTLIBBASEDECL__
  21. #endif /* __CONSTLIBBASEDECL__ */
  22. ExpansionBase;
  23. #endif /* !__NOLIBBASE__ */
  24.  
  25. #endif /* !PROTO_EXPANSION_H */
  26.